Platform Explorer / Nuxeo Platform 2023.10

Operation Services.RemoveDocumentTags (Remove All Document Tags)

Description

Remove all document tags.
Operation id Services.RemoveDocumentTags
Category Services
Label Remove All Document Tags
Requires
Since 7.1

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.tag.operations.RemoveDocumentTags
Contributing Component org.nuxeo.ecm.platform.tag.operations.contrib

JSON Definition

{
  "id" : "Services.RemoveDocumentTags",
  "label" : "Remove All Document Tags",
  "category" : "Services",
  "requires" : null,
  "description" : "Remove all document tags.",
  "since" : "7.1",
  "url" : "Services.RemoveDocumentTags",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}